type hash/fnv.sum32a (basic type)

Method Implmentations

BlockSize() int *sum32a.M : hash.Hash.BlockSize *sum32a.M : hash.Hash32.BlockSize
MarshalBinary() ([]byte, error) *sum32a.M : encoding.BinaryMarshaler.MarshalBinary *sum32a.M : crypto/hmac.marshalable.MarshalBinary
Reset() *sum32a.M : hash.Hash.Reset *sum32a.M : hash.Hash32.Reset
Size() int *sum32a.M : hash.Hash.Size *sum32a.M : hash.Hash32.Size
Sum(in []byte) []byte *sum32a.M : hash.Hash.Sum *sum32a.M : hash.Hash32.Sum
Sum32() uint32 *sum32a.M : hash.Hash32.Sum32
UnmarshalBinary(b []byte) error *sum32a.M : encoding.BinaryUnmarshaler.UnmarshalBinary *sum32a.M : crypto/hmac.marshalable.UnmarshalBinary
Write(data []byte) (int, error) *sum32a.M : hash.Hash.Write *sum32a.M : hash.Hash32.Write *sum32a.M : io.Writer.Write